home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.5 KB | 98 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWPrint.r
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #define SystemSevenOrLater 1
-
- #include "Types.r"
-
- #include "FWPrint.k"
-
- resource 'DLOG' (FW_kMacPrintDialog) {
- {40, 40, 142, 353},
- dBoxProc,
- invisible,
- noGoAway,
- 0x0,
- FW_kMacPrintDialog,
- "",
- alertPositionParentWindow
- };
-
- resource 'DITL' (FW_kMacPrintDialog) {
- { /* array DITLarray: 11 elements */
- /* [1] */
- {70, 23, 87, 220},
- StaticText {
- disabled,
- "Press Command-. to cancel"
- },
- /* [2] */
- {13, 23, 30, 85},
- StaticText {
- disabled,
- "Printing:"
- },
- /* [3] */
- {13, 90, 30, 280},
- StaticText {
- disabled,
- "<file>"
- },
- /* [4] */
- {30, 23, 47, 85},
- StaticText {
- disabled,
- "Status:"
- },
- /* [5] */
- {30, 90, 47, 280},
- StaticText {
- disabled,
- "Starting print job"
- },
- /* [6] */
- {30, 90, 47, 280},
- StaticText {
- disabled,
- "Canceling print job"
- },
- /* [7] */
- {47, 90, 64, 200},
- StaticText {
- disabled,
- "Total pages:"
- },
- /* [8] */
- {47, 200, 64, 250},
- StaticText {
- disabled,
- "<1>"
- },
- /* [9] */
- {30, 90, 47, 200},
- StaticText {
- disabled,
- "Current page:"
- },
- /* [10] */
- {30, 200, 47, 250},
- StaticText {
- disabled,
- "<1>"
- },
- /* [11] */
- {68, 233, 89, 290},
- Button {
- enabled,
- "Cancel"
- }
- }
- };
-
-